home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / emain.dir / 00024.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  110 b   |  9 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(13) then
  4.     lightName(11, 76)
  5.   else
  6.     go("start")
  7.   end if
  8. end
  9.